Subversion Repositories Kolibri OS

Rev

Rev 2060 | Rev 6166 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2060 Rev 3979
Line 83... Line 83...
83
/************************************** CODE **************************************/
83
/************************************** CODE **************************************/
Line 84... Line 84...
84
 
84
 
85
inline void fastcall mouse_enable()
85
inline void fastcall mouse_enable()
86
{
86
{
87
  $mov eax,40
87
  $mov eax,40
88
  $mov ebx,100111b
88
  $mov ebx,0xC0000027
89
  $int 0x40
89
  $int 0x40
Line 90... Line 90...
90
}
90
}
91
 
91
 
92
 
92
 
93
inline void fastcall mouse_disable()
93
inline void fastcall mouse_disable()
94
{
94
{
95
  $mov eax,40
95
  $mov eax,40
Line 96... Line 96...
96
  $mov ebx,000111b
96
  $mov ebx,0xC0000007